home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / freeWAIS-sf-1.1 / ui / wais.h < prev    next >
C/C++ Source or Header  |  1994-08-04  |  2KB  |  77 lines

  1. /* WIDE AREA INFORMATION SERVER SOFTWARE:
  2.    No guarantees or restrictions.  See the readme file for the full standard
  3.    disclaimer.
  4.  
  5.    This is part of the shell user-interface for the WAIS software.  Do with it
  6.    as you please.
  7.  
  8.    jonathan@Think.COM
  9. */
  10.  
  11. /* Copyright (c) CNIDR (see ../COPYRIGHT) */
  12.  
  13.  
  14. #ifndef _H_WAIS
  15. #define _H_WAIS
  16.  
  17. /* usefull definitions */
  18.  
  19. #define STRINGSIZE    256
  20.  
  21. /*
  22. #include <ctype.h>
  23. #include <sys/types.h>
  24. #include <sys/stat.h>
  25. */
  26.  
  27. /* from the IR directory */
  28.  
  29. #include <cutil.h>
  30. #include <irdirent.h>
  31. #include <ui.h>
  32. #include <irfileio.h>
  33. #include <sockets.h>
  34.  
  35. #ifdef _IBMR2
  36. #include <string.h>
  37. #endif /* IBMR2 */
  38.  
  39. /* for this application */
  40.  
  41. #include "list.h"
  42. #include "source.h"
  43. #include "document.h"
  44. #include "question.h"
  45. #include "wais-ui.h"
  46. #include "status.h"
  47. #include "messages.h"
  48. #endif
  49.  
  50. /*
  51.  * $Log: wais.h,v $
  52.  * Revision 1.2  1994/08/05  07:20:08  pfeifer
  53.  * Release beta 04
  54.  *
  55.  * Revision 1.1  93/06/23  20:02:43  warnock
  56.  * Initial revision
  57.  * 
  58.  * Revision 1.1  1993/02/16  15:09:27  freewais
  59.  * Initial revision
  60.  *
  61.  * Revision 1.10  92/06/03  17:17:54  jonathan
  62.  * Include string.h (for prototypes) for IBMR2. From mycroft@gnu.ai.mit.edu.
  63.  * 
  64.  * Revision 1.9  92/04/30  12:23:55  jonathan
  65.  * Removed redundant includes.
  66.  * 
  67.  * Revision 1.8  92/03/17  14:31:44  jonathan
  68.  * Generally cleaned up.
  69.  * 
  70.  * Revision 1.7  92/03/06  14:51:43  jonathan
  71.  * Added sdir and cdir for source loading.
  72.  * 
  73.  * Revision 1.6  92/02/15  19:50:24  jonathan
  74.  * Removed old cruft.  Added $Log for RCS
  75.  * 
  76. */
  77.